home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / authstuff.h < prev    next >
Encoding:
Text File  |  1992-11-10  |  487 b   |  13 lines  |  [TEXT/MPS ]

  1. OSErr InitAuthStuff(void);
  2. OSErr ExitAuthStuff(void);
  3. void EnterAuthCriticalSection(void);
  4. void ExitAuthCriticalSection(void);
  5. OSErr CheckAuthRefresh(void);
  6.  
  7. pascal Boolean AuthNotifyProc(long clientData, AuthLocalIdentityOp callValue,
  8.             AuthLocalIdentityLockAction actionValue, LocalIdentity identity);
  9.  
  10. OSErr ReadDirectoryInfo(void);
  11. OSErr ReadSingleDirectoryInfo(const RString *dirName,const DirDiscriminator *discriminator,DirIdentity *dirIdentity);
  12. OSErr ClearDirectoryInfo(void);
  13.